3.1490 \(\int \frac{(2+3 x)^2}{(1-2 x) (3+5 x)^2} \, dx\)

Optimal. Leaf size=32 \[ -\frac{1}{275 (5 x+3)}-\frac{49}{242} \log (1-2 x)+\frac{68 \log (5 x+3)}{3025} \]

[Out]

-1/(275*(3 + 5*x)) - (49*Log[1 - 2*x])/242 + (68*Log[3 + 5*x])/3025

_______________________________________________________________________________________

Rubi [A]  time = 0.0421277, antiderivative size = 32, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{1}{275 (5 x+3)}-\frac{49}{242} \log (1-2 x)+\frac{68 \log (5 x+3)}{3025} \]

Antiderivative was successfully verified.

[In]  Int[(2 + 3*x)^2/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

-1/(275*(3 + 5*x)) - (49*Log[1 - 2*x])/242 + (68*Log[3 + 5*x])/3025

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 6.77279, size = 26, normalized size = 0.81 \[ - \frac{49 \log{\left (- 2 x + 1 \right )}}{242} + \frac{68 \log{\left (5 x + 3 \right )}}{3025} - \frac{1}{275 \left (5 x + 3\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**2/(1-2*x)/(3+5*x)**2,x)

[Out]

-49*log(-2*x + 1)/242 + 68*log(5*x + 3)/3025 - 1/(275*(5*x + 3))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0272075, size = 30, normalized size = 0.94 \[ \frac{-\frac{22}{5 x+3}-1225 \log (1-2 x)+136 \log (10 x+6)}{6050} \]

Antiderivative was successfully verified.

[In]  Integrate[(2 + 3*x)^2/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

(-22/(3 + 5*x) - 1225*Log[1 - 2*x] + 136*Log[6 + 10*x])/6050

_______________________________________________________________________________________

Maple [A]  time = 0.012, size = 27, normalized size = 0.8 \[ -{\frac{1}{825+1375\,x}}+{\frac{68\,\ln \left ( 3+5\,x \right ) }{3025}}-{\frac{49\,\ln \left ( -1+2\,x \right ) }{242}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^2/(1-2*x)/(3+5*x)^2,x)

[Out]

-1/275/(3+5*x)+68/3025*ln(3+5*x)-49/242*ln(-1+2*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34165, size = 35, normalized size = 1.09 \[ -\frac{1}{275 \,{\left (5 \, x + 3\right )}} + \frac{68}{3025} \, \log \left (5 \, x + 3\right ) - \frac{49}{242} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^2*(2*x - 1)),x, algorithm="maxima")

[Out]

-1/275/(5*x + 3) + 68/3025*log(5*x + 3) - 49/242*log(2*x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.219386, size = 50, normalized size = 1.56 \[ \frac{136 \,{\left (5 \, x + 3\right )} \log \left (5 \, x + 3\right ) - 1225 \,{\left (5 \, x + 3\right )} \log \left (2 \, x - 1\right ) - 22}{6050 \,{\left (5 \, x + 3\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^2*(2*x - 1)),x, algorithm="fricas")

[Out]

1/6050*(136*(5*x + 3)*log(5*x + 3) - 1225*(5*x + 3)*log(2*x - 1) - 22)/(5*x + 3)

_______________________________________________________________________________________

Sympy [A]  time = 0.334428, size = 26, normalized size = 0.81 \[ - \frac{49 \log{\left (x - \frac{1}{2} \right )}}{242} + \frac{68 \log{\left (x + \frac{3}{5} \right )}}{3025} - \frac{1}{1375 x + 825} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**2/(1-2*x)/(3+5*x)**2,x)

[Out]

-49*log(x - 1/2)/242 + 68*log(x + 3/5)/3025 - 1/(1375*x + 825)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.208796, size = 58, normalized size = 1.81 \[ -\frac{1}{275 \,{\left (5 \, x + 3\right )}} + \frac{9}{50} \,{\rm ln}\left (\frac{{\left | 5 \, x + 3 \right |}}{5 \,{\left (5 \, x + 3\right )}^{2}}\right ) - \frac{49}{242} \,{\rm ln}\left ({\left | -\frac{11}{5 \, x + 3} + 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^2*(2*x - 1)),x, algorithm="giac")

[Out]

-1/275/(5*x + 3) + 9/50*ln(1/5*abs(5*x + 3)/(5*x + 3)^2) - 49/242*ln(abs(-11/(5*
x + 3) + 2))